projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e37a04
)
fsl: rename 'dma' to 'brdcfg1' in the ngPIXIS structure
author
Timur Tabi
<
[email protected]
>
Thu, 20 May 2010 16:16:16 +0000
(11:16 -0500)
committer
Kumar Gala
<
[email protected]
>
Sun, 30 May 2010 16:10:32 +0000
(11:10 -0500)
The ngPIXIS is a board-specific FPGA, but the definition of the registers
is mostly consistent. On boards where it matter, register 9 is called
'brdcfg1' instead of 'dma', so rename the variable in the ngpixis_t
definition.
Signed-off-by: Timur Tabi <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
board/freescale/common/ngpixis.h
patch
|
blob
|
history
diff --git
a/board/freescale/common/ngpixis.h
b/board/freescale/common/ngpixis.h
index 284d044c8883afc75ae28e65d94c4b13ee204c35..3c59ea80283c26a431adb665a67aee0a1ebcef83 100644
(file)
--- a/
board/freescale/common/ngpixis.h
+++ b/
board/freescale/common/ngpixis.h
@@
-24,7
+24,7
@@
typedef struct ngpixis {
u8 aux;
u8 spd;
u8 brdcfg0;
- u8
dma;
+ u8
brdcfg1; /* On some boards, this register is called 'dma' */
u8 addr;
u8 res2[2];
u8 data;